How to Install check-postgres software package in Ubuntu 17.04 (Zesty Zapus)

How to Install check-postgres software package in Ubuntu 17.04 (Zesty Zapus)

check-postgres software package provides script for monitoring PostgreSQL databases, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install check-postgres 

check-postgres is installed in your system.

Make ensure the check-postgres package were installed using the commands given below,

$ sudo dpkg-query -l | grep check-postgres *

You will get with check-postgres package name, version, architecture and description in a table

check-postgres package basic information:

Distro Ubuntu 17
Section Databases
Package check-postgres
Version 2.22.0-2
Description script for monitoring PostgreSQL databases
Sub Section Databases


See Also, How to uninstall or remove check-postgres software package from Ubuntu 17.04 (Zesty Zapus)?